home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / create / fourpointgradient < prev    next >
Text File  |  1999-06-15  |  803b  |  43 lines

  1. Filter Factory Plugin Information:
  2.  
  3. FILENAME: QUBEGRAD.8BF
  4.  
  5. CATEGORY: 
  6. Harry's Power Grads
  7.  
  8. TITLE:    
  9. Quadruple Beam Gradients
  10.  
  11. COPYRIGHT:
  12. Copyright ) 1997 by Raverspassion@hotmail.com
  13.  
  14. AUTHOR:   
  15. Harry The Raver
  16.  
  17. Map 0: [Map 0:]
  18. Map 1: [Map 1:]
  19. Map 2: [Map 2:]
  20. Map 3: [Map 3:]
  21.  
  22. Control 0: [Left Top X]
  23. Control 1: [Left Top Y]
  24. Control 2: [Left Buttom X]
  25. Control 3: [Left Buttom Y]
  26. Control 4: [Right Top X]
  27. Control 5: [Right Top Y]
  28. Control 6: [Right Buttom X]
  29. Control 7: [Right Buttom Y]
  30.  
  31. R=
  32. put(c2d(x+val(0,-255,255),y+val(1,-255,255)),0),put(c2d(x+val(2,-255,255),Y-y+val(3,-255,255)),1),put(c2d(X-x+val(4,-255,255),y+val(5,-255,255)),2),put(c2d(X-x+val(6,-255,255),Y-y+val(7,-255,255)),3),(get(0)+get(1)+get(2)+get(3))/3
  33.  
  34. G=
  35. (get(0)+get(1)+get(2)+get(3))/3
  36.  
  37. B=
  38. (get(0)+get(1)+get(2)+get(3))/3
  39.  
  40. A=
  41. a
  42.  
  43.